without Type Parameter Declaration
fun <T : KoDeclarationCastProvider> List<T>.withoutTypeParameterDeclaration(predicate: (KoTypeParameterDeclaration) -> Boolean? = null): List<T>
List containing declarations without the specified type parameter declaration.
Return
A list containing declarations without the specified type parameter declaration.
Parameters
predicate
The predicate function to determine if a type parameter declaration satisfies a condition.